projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a282cc8
)
(batch-byte-compile-if-not-done): Add autoload cookie.
author
Stefan Monnier
<monnier@iro.umontreal.ca>
Fri, 22 Mar 2002 23:05:26 +0000
(23:05 +0000)
committer
Stefan Monnier
<monnier@iro.umontreal.ca>
Fri, 22 Mar 2002 23:05:26 +0000
(23:05 +0000)
lisp/emacs-lisp/bytecomp.el
patch
|
blob
|
history
diff --git
a/lisp/emacs-lisp/bytecomp.el
b/lisp/emacs-lisp/bytecomp.el
index 6f8322d5ea543bd5a8b6b75df4fc28df1f349981..7fabdd603a862ab4c590b63be883562431c08ee3 100644
(file)
--- a/
lisp/emacs-lisp/bytecomp.el
+++ b/
lisp/emacs-lisp/bytecomp.el
@@
-10,7
+10,7
@@
;;; This version incorporates changes up to version 2.10 of the
;;; Zawinski-Furuseth compiler.
-(defconst byte-compile-version "$Revision: 2.9
3
$")
+(defconst byte-compile-version "$Revision: 2.9
4
$")
;; This file is part of GNU Emacs.
@@
-3554,6
+3554,7
@@
invoked interactively."
))
\f
+;;;###autoload
(defun batch-byte-compile-if-not-done ()
"Like `byte-compile-file' but doesn't recompile if already up to date.
Use this from the command line, with `-batch';